@@ -69,7 +69,7 @@ open class PageViewController: UIViewController { |
||
69 | 69 |
contentRect = CGRect(x: 0, y: 0, width: view.frame.width, height: view.frame.height) |
70 | 70 |
|
71 | 71 |
if #available(iOS 11, *) { |
72 |
- scrollView.contentInsetAdjustmentBehavior = .automatic |
|
72 |
+ scrollView.contentInsetAdjustmentBehavior = .never |
|
73 | 73 |
} else { |
74 | 74 |
automaticallyAdjustsScrollViewInsets = false |
75 | 75 |
} |